home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / 131_01.zip / CATALOGS.DOC < prev    next >
Text File  |  1993-06-05  |  896b  |  34 lines

  1. --------                            --------
  2. CATALOGS            Catalog Files            CATALOGS
  3. --------                            --------
  4.  
  5.  
  6. Catalog files contain a list of filenames.  Their most common usage is
  7. with the FPUT utility, to backup a group of related files.  Since
  8. comments are allowed in catalogs, they also provide a useful document-
  9. ation function.
  10.  
  11.  
  12. File Format
  13.  
  14. Blank lines and any text following a semi-colon are ignored.  More than
  15. one filename may be placed on a line, and spaces or tabs are delimiters.
  16. By convention, catalog files have the ".CAT" extension.
  17.  
  18.  
  19.  
  20. Example:
  21.  
  22. ;PP.CAT - Prom Programmer Source Files      1/8/83
  23.  
  24. PP.H        ;Defines and Externals
  25. PP.C        ;Main
  26. PPFILE.C    ;File input routines
  27. PPPROG.C    ;Programing routines
  28. PPIO.CSM    ;RS-232 I/O
  29.  
  30. CCPP.DO        ;Compile all sources
  31. LPP.DO        ;Link
  32.  
  33. PP.DOC        ;Writeup
  34.